From: Austin Lane Date: Sat, 7 Jun 2025 01:13:25 +0000 (-0400) Subject: liborcania: Update to v2.3.3 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=51a087585b52adb1fa7a25b852c14ea20ea98248;p=feed%2Fpackages.git liborcania: Update to v2.3.3 This library is tightly coupled with libulfius and libyder, they must be updated together. * Update liborcania to v2.3.3 Signed-off-by: Austin Lane --- diff --git a/libs/liborcania/Makefile b/libs/liborcania/Makefile index de70b0600e..cd689372a8 100644 --- a/libs/liborcania/Makefile +++ b/libs/liborcania/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liborcania -PKG_VERSION:=2.3.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.3.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/babelouest/orcania/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b1b5550523164eca0f59099e843177684c5017c6088284123880cffd4c6dbbde +PKG_HASH:=e26947f7622acf3660b71fb8018ee791c97376530ab6c4a00e4aa2775e052626 PKG_MAINTAINER:=Toni Uhlig PKG_LICENSE:=LGPL-2.1-or-later @@ -35,6 +35,10 @@ define Package/liborcania/description Potluck with different functions for different purposes that can be shared among C programs. endef +CMAKE_OPTIONS += \ + -DWITH_STRSTR=ON \ + -DCMAKE_BUILD_TYPE=Release + define Package/liborcania/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/liborcania.so* $(1)/usr/lib/